AdTermRelationship 
Logical Entity Name  AdTermRelationship 
Default Table Name  AdTermRelationship 
Physical Only  NO 
Definition 
 
Note 
 

AdTermRelationship Columns 
ColumnName  Domain  Datatype  NULL  Definition 
AdTermRelationshipID(PK)    int  NO 
 
ParentAdTermID(FK)    int  NO 
 
ChildAdTermID(FK)    int  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

AdTermRelationship Primary and Unique Keys 
Key Name  Key Type  Keys 
Unq_AdTermRelationship_ParentAdTermID_ChildAdTermID  Index  ParentAdTermID, ChildAdTermID 
PK_AdTermRelationship_AdTermRelationshipID  PrimaryKey  AdTermRelationshipID 

AdTermRelationship Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
AdTerm  Non-Identifying  One To Zero or More  FK_AdTermRelationship.ChildAdTermID_AdTerm.AdTermID      ChildAdTermID  NO  YES 
AdTerm  Non-Identifying  One To Zero or More  FK_AdTermRelationship.ParentAdTermID_AdTerm.AdTermID      ParentAdTermID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_AdTermRelationship.UserID_SyStaff.SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

AdTermRelationship Check Constraints 
Check Constraint Name  CheckConstraint